Skip to content

Conversation

tleonhardt
Copy link
Member

@tleonhardt tleonhardt commented Oct 18, 2024

Start migrating to a modern Python where all configuration is in pyproject.toml

This includes the following:

  • Move isort and flake8 config from setup.cfg to pyproject.toml
  • Add build module to Pipfile for building using pyproject.toml
  • Add ruff fast linter/formatter to Pipfile
  • Some very initial minor fixes based on ruff

…oject.toml

This includes the following:
- Remove setup.cfg
- Remove setup.py
- Update pyproject.toml with project and tool settings
- Add build module to Pipfile for building using pyproject.toml
- Add ruff fast linter/formatter to Pipfile
- Some very initial minor fixes based on ruff
- Update invoke tasks in tasks.py to not use setup.py
@tleonhardt tleonhardt changed the title Migrate to a modern Python where all configuration is in pyproject.toml Start migrating more stuff to pyproject.toml Oct 18, 2024
@tleonhardt tleonhardt closed this Oct 18, 2024
@tleonhardt tleonhardt deleted the pyproject branch October 18, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant